Html Css Color HEX #6B6005 Raw Umber

📋 copy color: '#6B6005'

red 107 ◦ green 96 ◦ blue 5

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

Shades of Raw Umber #6B6005

Tints of Raw Umber #6B6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 51.44%
G = 46.15%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B6005 (or 0x6B6005) is known color: Raw Umber. HEX triplet: 6B, 60 and 05. RGB value is (107,96,5). Sum of RGB (Red+Green+Blue) = 107+96+5=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6005 is #949FFA. Grayscale: #595959. Windows color (decimal): -9740283 or 352363. OLE color: 352363.

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

Color convert

RGB 107 96 5 -
CMYK 0 0.10 0.95 0.58
HSL 53.53º 0.91% 0.22% -
HSV(B) 53.53º 0.95% 0.42% -
XYZ 10.27 11.5 1.82 -
YUV 88.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 107 96 5 0 0.10 0.95 0.58 53.53 0.91 0.22
Hex 6B 60 5 0 A 5F 3A 36 5B 16
Octal 153 140 5 0 12 137 72 66 133 26
Binary 1101011 1100000 101 0 1010 1011111 111010 110110 1011011 10110

Color Harmonies of #6B6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6005

Black with #6B6005

Text Example


Text Example

White with #6B6005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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