Html Css Color HEX #682F29 Kenyan Copper

📋 copy color: '#682F29'

red 104 ◦ green 47 ◦ blue 41

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

Shades of Kenyan Copper #682F29

Tints of Kenyan Copper #682F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.48%

 BLUE value IS 41 (16.41% from 255) = 21.35%

R = 54.17%
G = 24.48%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#682F29 (or 0x682F29) is known color: Kenyan Copper. HEX triplet: 68, 2F and 29. RGB value is (104,47,41). Sum of RGB (Red+Green+Blue) = 104+47+41=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F29 is #97D0D6. Grayscale: #3F3F3F. Windows color (decimal): -9949399 or 2699112. OLE color: 2699112.

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

Color convert

RGB 104 47 41 -
CMYK 0 0.55 0.61 0.59
HSL 5.71º 0.43% 0.28% -
HSV(B) 5.71º 0.61% 0.41% -
XYZ 7.13 5.14 2.71 -
YUV 63.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 104 47 41 0 0.55 0.61 0.59 5.71 0.43 0.28
Hex 68 2F 29 0 37 3D 3B 6 2B 1C
Octal 150 57 51 0 67 75 73 6 53 34
Binary 1101000 101111 101001 0 110111 111101 111011 110 101011 11100

Color Harmonies of #682F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F29

Black with #682F29

Text Example


Text Example

White with #682F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,47,41); }

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

background-color css

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

 a { background-color: rgb(104,47,41); }

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

border-color css

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

 span { border-color: rgb(104,47,41); }

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