Html Css Color HEX #682D29 Kenyan Copper

📋 copy color: '#682D29'

red 104 ◦ green 45 ◦ blue 41

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

Shades of Kenyan Copper #682D29

Tints of Kenyan Copper #682D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

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

R = 54.74%
G = 23.68%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#682D29 (or 0x682D29) is known color: Kenyan Copper. HEX triplet: 68, 2D and 29. RGB value is (104,45,41). Sum of RGB (Red+Green+Blue) = 104+45+41=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D29 is #97D2D6. Grayscale: #3E3E3E. Windows color (decimal): -9949911 or 2698600. OLE color: 2698600.

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

Color convert

RGB 104 45 41 -
CMYK 0 0.57 0.61 0.59
HSL 3.81º 0.43% 0.28% -
HSV(B) 3.81º 0.61% 0.41% -
XYZ 7.05 4.98 2.69 -
YUV 62.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 104 45 41 0 0.57 0.61 0.59 3.81 0.43 0.28
Hex 68 2D 29 0 39 3D 3B 4 2B 1C
Octal 150 55 51 0 71 75 73 4 53 34
Binary 1101000 101101 101001 0 111001 111101 111011 100 101011 11100

Color Harmonies of #682D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D29

Black with #682D29

Text Example


Text Example

White with #682D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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