Html Css Color HEX #6C5306 Raw Umber

📋 copy color: '#6C5306'

red 108 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #6C5306

Tints of Raw Umber #6C5306

RGB

 RED value IS 108 (42.58% from 255) = 54.82%

 GREEN value IS 83 (32.81% from 255) = 42.13%

 BLUE value IS 6 (2.73% from 255) = 3.05%

R = 54.82%
G = 42.13%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C5306 (or 0x6C5306) is known color: Raw Umber. HEX triplet: 6C, 53 and 06. RGB value is (108,83,6). Sum of RGB (Red+Green+Blue) = 108+83+6=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5306 is #93ACF9. Grayscale: #525252. Windows color (decimal): -9678074 or 414572. OLE color: 414572.

HSL color Cylindrical-coordinate representation of color #6C5306: hue angle of 45.29º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C5306 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 83 6 -
CMYK 0 0.23 0.94 0.58
HSL 45.29º 0.89% 0.22% -
HSV(B) 45.29º 0.94% 0.42% -
XYZ 9.31 9.39 1.49 -
YUV 81.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 108 83 6 0 0.23 0.94 0.58 45.29 0.89 0.22
Hex 6C 53 6 0 17 5E 3A 2D 59 16
Octal 154 123 6 0 27 136 72 55 131 26
Binary 1101100 1010011 110 0 10111 1011110 111010 101101 1011001 10110

Color Harmonies of #6C5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5306

Black with #6C5306

Text Example


Text Example

White with #6C5306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,83,6); }

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

background-color css

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

 a { background-color: rgb(108,83,6); }

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

border-color css

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

 span { border-color: rgb(108,83,6); }

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