Html Css Color HEX #682B29 Kenyan Copper

📋 copy color: '#682B29'

red 104 ◦ green 43 ◦ blue 41

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

Shades of Kenyan Copper #682B29

Tints of Kenyan Copper #682B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

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

R = 55.32%
G = 22.87%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#682B29 (or 0x682B29) is known color: Kenyan Copper. HEX triplet: 68, 2B and 29. RGB value is (104,43,41). Sum of RGB (Red+Green+Blue) = 104+43+41=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B29 is #97D4D6. Grayscale: #3D3D3D. Windows color (decimal): -9950423 or 2698088. OLE color: 2698088.

HSL color Cylindrical-coordinate representation of color #682B29: hue angle of 1.9º 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 #682B29 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 43 41 -
CMYK 0 0.59 0.61 0.59
HSL 1.9º 0.43% 0.28% -
HSV(B) 1.9º 0.61% 0.41% -
XYZ 6.97 4.83 2.66 -
YUV 61.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 104 43 41 0 0.59 0.61 0.59 1.9 0.43 0.28
Hex 68 2B 29 0 3B 3D 3B 2 2B 1C
Octal 150 53 51 0 73 75 73 2 53 34
Binary 1101000 101011 101001 0 111011 111101 111011 10 101011 11100

Color Harmonies of #682B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B29

Black with #682B29

Text Example


Text Example

White with #682B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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