Html Css Color HEX #6C3702 Raw Umber

📋 copy color: '#6C3702'

red 108 ◦ green 55 ◦ blue 2

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

Shades of Raw Umber #6C3702

Tints of Raw Umber #6C3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.33%

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 65.45%
G = 33.33%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6C3702 (or 0x6C3702) is known color: Raw Umber. HEX triplet: 6C, 37 and 02. RGB value is (108,55,2). Sum of RGB (Red+Green+Blue) = 108+55+2=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3702 is #93C8FD. Grayscale: #414141. Windows color (decimal): -9685246 or 145260. OLE color: 145260.

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

Color convert

RGB 108 55 2 -
CMYK 0 0.49 0.98 0.58
HSL 30º 0.96% 0.22% -
HSV(B) 30º 0.98% 0.42% -
XYZ 7.56 5.92 0.8 -
YUV 64.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 108 55 2 0 0.49 0.98 0.58 30 0.96 0.22
Hex 6C 37 2 0 31 62 3A 1E 60 16
Octal 154 67 2 0 61 142 72 36 140 26
Binary 1101100 110111 10 0 110001 1100010 111010 11110 1100000 10110

Color Harmonies of #6C3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3702

Black with #6C3702

Text Example


Text Example

White with #6C3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,55,2); }

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

background-color css

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

 a { background-color: rgb(108,55,2); }

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

border-color css

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

 span { border-color: rgb(108,55,2); }

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