Html Css Color HEX #6D3630 Kenyan Copper

📋 copy color: '#6D3630'

red 109 ◦ green 54 ◦ blue 48

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

Shades of Kenyan Copper #6D3630

Tints of Kenyan Copper #6D3630

RGB

 RED value IS 109 (42.97% from 255) = 51.66%

 GREEN value IS 54 (21.48% from 255) = 25.59%

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 51.66%
G = 25.59%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6D3630 (or 0x6D3630) is known color: Kenyan Copper. HEX triplet: 6D, 36 and 30. RGB value is (109,54,48). Sum of RGB (Red+Green+Blue) = 109+54+48=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3630 is #92C9CF. Grayscale: #454545. Windows color (decimal): -9619920 or 3159661. OLE color: 3159661.

HSL color Cylindrical-coordinate representation of color #6D3630: hue angle of 5.9º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3630 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 54 48 -
CMYK 0 0.50 0.56 0.57
HSL 5.9º 0.39% 0.31% -
HSV(B) 5.9º 0.56% 0.43% -
XYZ 8.16 6.1 3.54 -
YUV 69.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 109 54 48 0 0.50 0.56 0.57 5.9 0.39 0.31
Hex 6D 36 30 0 32 38 39 6 27 1F
Octal 155 66 60 0 62 70 71 6 47 37
Binary 1101101 110110 110000 0 110010 111000 111001 110 100111 11111

Color Harmonies of #6D3630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3630

Black with #6D3630

Text Example


Text Example

White with #6D3630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D3630; }

 p { color: rgb(109,54,48); }

 H1.HeaderClassName
 {
   color: #6D3630;
 }
 .AnyTagClassName
 {
   color: #6D3630;
 }
</style>

background-color css

<style>
 a { background-color: #6D3630; }

 a { background-color: rgb(109,54,48); }

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

border-color css

<style>
 span { border-color: #6D3630; }

 span { border-color: rgb(109,54,48); }

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