Html Css Color HEX #6B5502 Raw Umber

📋 copy color: '#6B5502'

red 107 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #6B5502

Tints of Raw Umber #6B5502

RGB

 RED value IS 107 (42.19% from 255) = 55.15%

 GREEN value IS 85 (33.59% from 255) = 43.81%

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

R = 55.15%
G = 43.81%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6B5502 (or 0x6B5502) is known color: Raw Umber. HEX triplet: 6B, 55 and 02. RGB value is (107,85,2). Sum of RGB (Red+Green+Blue) = 107+85+2=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5502 is #94AAFD. Grayscale: #525252. Windows color (decimal): -9743102 or 152939. OLE color: 152939.

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

Color convert

RGB 107 85 2 -
CMYK 0 0.21 0.98 0.58
HSL 47.43º 0.96% 0.21% -
HSV(B) 47.43º 0.98% 0.42% -
XYZ 9.32 9.63 1.42 -
YUV 82.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 107 85 2 0 0.21 0.98 0.58 47.43 0.96 0.21
Hex 6B 55 2 0 15 62 3A 2F 60 15
Octal 153 125 2 0 25 142 72 57 140 25
Binary 1101011 1010101 10 0 10101 1100010 111010 101111 1100000 10101

Color Harmonies of #6B5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5502

Black with #6B5502

Text Example


Text Example

White with #6B5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,85,2); }

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

background-color css

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

 a { background-color: rgb(107,85,2); }

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

border-color css

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

 span { border-color: rgb(107,85,2); }

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