Html Css Color HEX #6A4302 Raw Umber

📋 copy color: '#6A4302'

red 106 ◦ green 67 ◦ blue 2

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

Shades of Raw Umber #6A4302

Tints of Raw Umber #6A4302

RGB

 RED value IS 106 (41.8% from 255) = 60.57%

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 60.57%
G = 38.29%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6A4302 (or 0x6A4302) is known color: Raw Umber. HEX triplet: 6A, 43 and 02. RGB value is (106,67,2). Sum of RGB (Red+Green+Blue) = 106+67+2=175 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4302 is #95BCFD. Grayscale: #474747. Windows color (decimal): -9813246 or 148330. OLE color: 148330.

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

Color convert

RGB 106 67 2 -
CMYK 0 0.37 0.98 0.58
HSL 37.5º 0.96% 0.21% -
HSV(B) 37.5º 0.98% 0.42% -
XYZ 7.96 7.08 1 -
YUV 71.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 106 67 2 0 0.37 0.98 0.58 37.5 0.96 0.21
Hex 6A 43 2 0 25 62 3A 26 60 15
Octal 152 103 2 0 45 142 72 46 140 25
Binary 1101010 1000011 10 0 100101 1100010 111010 100110 1100000 10101

Color Harmonies of #6A4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4302

Black with #6A4302

Text Example


Text Example

White with #6A4302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,67,2); }

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

background-color css

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

 a { background-color: rgb(106,67,2); }

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

border-color css

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

 span { border-color: rgb(106,67,2); }

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