Html Css Color HEX #68332C Kenyan Copper

📋 copy color: '#68332C'

red 104 ◦ green 51 ◦ blue 44

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

Shades of Kenyan Copper #68332C

Tints of Kenyan Copper #68332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 52.26%
G = 25.63%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#68332C (or 0x68332C) is known color: Kenyan Copper. HEX triplet: 68, 33 and 2C. RGB value is (104,51,44). Sum of RGB (Red+Green+Blue) = 104+51+44=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332C is #97CCD3. Grayscale: #424242. Windows color (decimal): -9948372 or 2896744. OLE color: 2896744.

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

Color convert

RGB 104 51 44 -
CMYK 0 0.51 0.58 0.59
HSL 0.41% 0.29% -
HSV(B) 0.58% 0.41% -
XYZ 7.35 5.49 3.06 -
YUV 66.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 104 51 44 0 0.51 0.58 0.59 7 0.41 0.29
Hex 68 33 2C 0 33 3A 3B 7 29 1D
Octal 150 63 54 0 63 72 73 7 51 35
Binary 1101000 110011 101100 0 110011 111010 111011 111 101001 11101

Color Harmonies of #68332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68332C

Black with #68332C

Text Example


Text Example

White with #68332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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