Html Css Color HEX #682E2D Kenyan Copper

📋 copy color: '#682E2D'

red 104 ◦ green 46 ◦ blue 45

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

Shades of Kenyan Copper #682E2D

Tints of Kenyan Copper #682E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 53.33%
G = 23.59%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#682E2D (or 0x682E2D) is known color: Kenyan Copper. HEX triplet: 68, 2E and 2D. RGB value is (104,46,45). Sum of RGB (Red+Green+Blue) = 104+46+45=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #682E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E2D is #97D1D2. Grayscale: #3F3F3F. Windows color (decimal): -9949651 or 2961000. OLE color: 2961000.

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

Color convert

RGB 104 46 45 -
CMYK 0 0.56 0.57 0.59
HSL 1.02º 0.4% 0.29% -
HSV(B) 1.02º 0.57% 0.41% -
XYZ 7.16 5.09 3.09 -
YUV 63.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 104 46 45 0 0.56 0.57 0.59 1.02 0.4 0.29
Hex 68 2E 2D 0 38 39 3B 1 28 1D
Octal 150 56 55 0 70 71 73 1 50 35
Binary 1101000 101110 101101 0 111000 111001 111011 1 101000 11101

Color Harmonies of #682E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E2D

Black with #682E2D

Text Example


Text Example

White with #682E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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