Html Css Color HEX #6B6002 Raw Umber

📋 copy color: '#6B6002'

red 107 ◦ green 96 ◦ blue 2

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

Shades of Raw Umber #6B6002

Tints of Raw Umber #6B6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

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

R = 52.2%
G = 46.83%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6B6002 (or 0x6B6002) is known color: Raw Umber. HEX triplet: 6B, 60 and 02. RGB value is (107,96,2). Sum of RGB (Red+Green+Blue) = 107+96+2=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6002 is #949FFD. Grayscale: #585858. Windows color (decimal): -9740286 or 155755. OLE color: 155755.

HSL color Cylindrical-coordinate representation of color #6B6002: hue angle of 53.71º 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 #6B6002 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 96 2 -
CMYK 0 0.10 0.98 0.58
HSL 53.71º 0.96% 0.21% -
HSV(B) 53.71º 0.98% 0.42% -
XYZ 10.26 11.5 1.74 -
YUV 88.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 107 96 2 0 0.10 0.98 0.58 53.71 0.96 0.21
Hex 6B 60 2 0 A 62 3A 36 60 15
Octal 153 140 2 0 12 142 72 66 140 25
Binary 1101011 1100000 10 0 1010 1100010 111010 110110 1100000 10101

Color Harmonies of #6B6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6002

Black with #6B6002

Text Example


Text Example

White with #6B6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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