Html Css Color HEX #682C2A Kenyan Copper

📋 copy color: '#682C2A'

red 104 ◦ green 44 ◦ blue 42

#682C2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kenyan Copper #682C2A

Tints of Kenyan Copper #682C2A

RGB

 RED value IS 104 (41.02% from 255) = 54.74%

 GREEN value IS 44 (17.58% from 255) = 23.16%

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 54.74%
G = 23.16%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#682C2A (or 0x682C2A) is known color: Kenyan Copper. HEX triplet: 68, 2C and 2A. RGB value is (104,44,42). Sum of RGB (Red+Green+Blue) = 104+44+42=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C2A is #97D3D5. Grayscale: #3D3D3D. Windows color (decimal): -9950166 or 2763880. OLE color: 2763880.

HSL color Cylindrical-coordinate representation of color #682C2A: hue angle of 1.94º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682C2A is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 44 42 -
CMYK 0 0.58 0.60 0.59
HSL 1.94º 0.42% 0.29% -
HSV(B) 1.94º 0.6% 0.41% -
XYZ 7.03 4.91 2.77 -
YUV 61.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 104 44 42 0 0.58 0.60 0.59 1.94 0.42 0.29
Hex 68 2C 2A 0 3A 3C 3B 2 2A 1D
Octal 150 54 52 0 72 74 73 2 52 35
Binary 1101000 101100 101010 0 111010 111100 111011 10 101010 11101

Color Harmonies of #682C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C2A

Black with #682C2A

Text Example


Text Example

White with #682C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682C2A; }

 p { color: rgb(104,44,42); }

 H1.HeaderClassName
 {
   color: #682C2A;
 }
 .AnyTagClassName
 {
   color: #682C2A;
 }
</style>

background-color css

<style>
 a { background-color: #682C2A; }

 a { background-color: rgb(104,44,42); }

 div.DivClassName
 {
   background-color: #682C2A;
 }
 .BgClassName
 {
   background-color: #682C2A;
 }
</style>

border-color css

<style>
 span { border-color: #682C2A; }

 span { border-color: rgb(104,44,42); }

 td.TdClassName
 {
   border-color: #682C2A;
 }
 .TagClassName
 {
   border-color: #682C2A;
 }
</style>