Html Css Color HEX #69302D Kenyan Copper

📋 copy color: '#69302D'

red 105 ◦ green 48 ◦ blue 45

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

Shades of Kenyan Copper #69302D

Tints of Kenyan Copper #69302D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 53.03%
G = 24.24%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#69302D (or 0x69302D) is known color: Kenyan Copper. HEX triplet: 69, 30 and 2D. RGB value is (105,48,45). Sum of RGB (Red+Green+Blue) = 105+48+45=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69302D is #96CFD2. Grayscale: #404040. Windows color (decimal): -9883603 or 2961513. OLE color: 2961513.

HSL color Cylindrical-coordinate representation of color #69302D: hue angle of 3º 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 #69302D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 48 45 -
CMYK 0 0.54 0.57 0.59
HSL 0.4% 0.29% -
HSV(B) 0.57% 0.41% -
XYZ 7.36 5.31 3.12 -
YUV 64.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 105 48 45 0 0.54 0.57 0.59 3 0.4 0.29
Hex 69 30 2D 0 36 39 3B 3 28 1D
Octal 151 60 55 0 66 71 73 3 50 35
Binary 1101001 110000 101101 0 110110 111001 111011 11 101000 11101

Color Harmonies of #69302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69302D

Black with #69302D

Text Example


Text Example

White with #69302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69302D; }

 p { color: rgb(105,48,45); }

 H1.HeaderClassName
 {
   color: #69302D;
 }
 .AnyTagClassName
 {
   color: #69302D;
 }
</style>

background-color css

<style>
 a { background-color: #69302D; }

 a { background-color: rgb(105,48,45); }

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

border-color css

<style>
 span { border-color: #69302D; }

 span { border-color: rgb(105,48,45); }

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