Html Css Color HEX #682F2B Kenyan Copper

📋 copy color: '#682F2B'

red 104 ◦ green 47 ◦ blue 43

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

Shades of Kenyan Copper #682F2B

Tints of Kenyan Copper #682F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 53.61%
G = 24.23%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#682F2B (or 0x682F2B) is known color: Kenyan Copper. HEX triplet: 68, 2F and 2B. RGB value is (104,47,43). Sum of RGB (Red+Green+Blue) = 104+47+43=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #682F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F2B is #97D0D4. Grayscale: #3F3F3F. Windows color (decimal): -9949397 or 2830184. OLE color: 2830184.

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

Color convert

RGB 104 47 43 -
CMYK 0 0.55 0.59 0.59
HSL 3.93º 0.41% 0.29% -
HSV(B) 3.93º 0.59% 0.41% -
XYZ 7.16 5.15 2.9 -
YUV 63.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 104 47 43 0 0.55 0.59 0.59 3.93 0.41 0.29
Hex 68 2F 2B 0 37 3B 3B 4 29 1D
Octal 150 57 53 0 67 73 73 4 51 35
Binary 1101000 101111 101011 0 110111 111011 111011 100 101001 11101

Color Harmonies of #682F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F2B

Black with #682F2B

Text Example


Text Example

White with #682F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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