Html Css Color HEX #6B530F Raw Umber

📋 copy color: '#6B530F'

red 107 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #6B530F

Tints of Raw Umber #6B530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 52.2%
G = 40.49%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B530F (or 0x6B530F) is known color: Raw Umber. HEX triplet: 6B, 53 and 0F. RGB value is (107,83,15). Sum of RGB (Red+Green+Blue) = 107+83+15=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B530F is #94ACF0. Grayscale: #525252. Windows color (decimal): -9743601 or 1004395. OLE color: 1004395.

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

Color convert

RGB 107 83 15 -
CMYK 0 0.22 0.86 0.58
HSL 44.35º 0.75% 0.24% -
HSV(B) 44.35º 0.86% 0.42% -
XYZ 9.24 9.35 1.77 -
YUV 82.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 107 83 15 0 0.22 0.86 0.58 44.35 0.75 0.24
Hex 6B 53 F 0 16 56 3A 2C 4B 18
Octal 153 123 17 0 26 126 72 54 113 30
Binary 1101011 1010011 1111 0 10110 1010110 111010 101100 1001011 11000

Color Harmonies of #6B530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B530F

Black with #6B530F

Text Example


Text Example

White with #6B530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,15); }

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

background-color css

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

 a { background-color: rgb(107,83,15); }

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

border-color css

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

 span { border-color: rgb(107,83,15); }

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