Html Css Color HEX #69322C Kenyan Copper

📋 copy color: '#69322C'

red 105 ◦ green 50 ◦ blue 44

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

Shades of Kenyan Copper #69322C

Tints of Kenyan Copper #69322C

RGB

 RED value IS 105 (41.41% from 255) = 52.76%

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 52.76%
G = 25.13%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#69322C (or 0x69322C) is known color: Kenyan Copper. HEX triplet: 69, 32 and 2C. RGB value is (105,50,44). Sum of RGB (Red+Green+Blue) = 105+50+44=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69322C is #96CDD3. Grayscale: #414141. Windows color (decimal): -9883092 or 2896489. OLE color: 2896489.

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

Color convert

RGB 105 50 44 -
CMYK 0 0.52 0.58 0.59
HSL 5.9º 0.41% 0.29% -
HSV(B) 5.9º 0.58% 0.41% -
XYZ 7.42 5.47 3.05 -
YUV 65.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 105 50 44 0 0.52 0.58 0.59 5.9 0.41 0.29
Hex 69 32 2C 0 34 3A 3B 6 29 1D
Octal 151 62 54 0 64 72 73 6 51 35
Binary 1101001 110010 101100 0 110100 111010 111011 110 101001 11101

Color Harmonies of #69322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69322C

Black with #69322C

Text Example


Text Example

White with #69322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,50,44); }

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

background-color css

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

 a { background-color: rgb(105,50,44); }

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

border-color css

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

 span { border-color: rgb(105,50,44); }

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