Html Css Color HEX #682C28 Kenyan Copper

📋 copy color: '#682C28'

red 104 ◦ green 44 ◦ blue 40

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

Shades of Kenyan Copper #682C28

Tints of Kenyan Copper #682C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 55.32%
G = 23.4%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#682C28 (or 0x682C28) is known color: Kenyan Copper. HEX triplet: 68, 2C and 28. RGB value is (104,44,40). Sum of RGB (Red+Green+Blue) = 104+44+40=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C28 is #97D3D7. Grayscale: #3D3D3D. Windows color (decimal): -9950168 or 2632808. OLE color: 2632808.

HSL color Cylindrical-coordinate representation of color #682C28: hue angle of 3.75º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682C28 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 44 40 -
CMYK 0 0.58 0.62 0.59
HSL 3.75º 0.44% 0.28% -
HSV(B) 3.75º 0.62% 0.41% -
XYZ 6.99 4.9 2.58 -
YUV 61.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 104 44 40 0 0.58 0.62 0.59 3.75 0.44 0.28
Hex 68 2C 28 0 3A 3E 3B 4 2C 1C
Octal 150 54 50 0 72 76 73 4 54 34
Binary 1101000 101100 101000 0 111010 111110 111011 100 101100 11100

Color Harmonies of #682C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C28

Black with #682C28

Text Example


Text Example

White with #682C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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