Html Css Color HEX #682C2B Kenyan Copper

📋 copy color: '#682C2B'

red 104 ◦ green 44 ◦ blue 43

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

Shades of Kenyan Copper #682C2B

Tints of Kenyan Copper #682C2B

RGB

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

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

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

R = 54.45%
G = 23.04%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#682C2B (or 0x682C2B) is known color: Kenyan Copper. HEX triplet: 68, 2C and 2B. RGB value is (104,44,43). Sum of RGB (Red+Green+Blue) = 104+44+43=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C2B is #97D3D4. Grayscale: #3D3D3D. Windows color (decimal): -9950165 or 2829416. OLE color: 2829416.

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

Color convert

RGB 104 44 43 -
CMYK 0 0.58 0.59 0.59
HSL 0.98º 0.41% 0.29% -
HSV(B) 0.98º 0.59% 0.41% -
XYZ 7.05 4.92 2.86 -
YUV 61.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 104 44 43 0 0.58 0.59 0.59 0.98 0.41 0.29
Hex 68 2C 2B 0 3A 3B 3B 1 29 1D
Octal 150 54 53 0 72 73 73 1 51 35
Binary 1101000 101100 101011 0 111010 111011 111011 1 101001 11101

Color Harmonies of #682C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C2B

Black with #682C2B

Text Example


Text Example

White with #682C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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