Html Css Color HEX #68332E Kenyan Copper

📋 copy color: '#68332E'

red 104 ◦ green 51 ◦ blue 46

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

Shades of Kenyan Copper #68332E

Tints of Kenyan Copper #68332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 46 (18.36% from 255) = 22.89%

R = 51.74%
G = 25.37%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68332E (or 0x68332E) is known color: Kenyan Copper. HEX triplet: 68, 33 and 2E. RGB value is (104,51,46). Sum of RGB (Red+Green+Blue) = 104+51+46=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332E is #97CCD1. Grayscale: #424242. Windows color (decimal): -9948370 or 3027816. OLE color: 3027816.

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

Color convert

RGB 104 51 46 -
CMYK 0 0.51 0.56 0.59
HSL 5.17º 0.39% 0.29% -
HSV(B) 5.17º 0.56% 0.41% -
XYZ 7.39 5.51 3.26 -
YUV 66.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 104 51 46 0 0.51 0.56 0.59 5.17 0.39 0.29
Hex 68 33 2E 0 33 38 3B 5 27 1D
Octal 150 63 56 0 63 70 73 5 47 35
Binary 1101000 110011 101110 0 110011 111000 111011 101 100111 11101

Color Harmonies of #68332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68332E

Black with #68332E

Text Example


Text Example

White with #68332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68332E; }

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

 H1.HeaderClassName
 {
   color: #68332E;
 }
 .AnyTagClassName
 {
   color: #68332E;
 }
</style>

background-color css

<style>
 a { background-color: #68332E; }

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

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

border-color css

<style>
 span { border-color: #68332E; }

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

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