Html Css Color HEX #67501B Raw Umber

📋 copy color: '#67501B'

red 103 ◦ green 80 ◦ blue 27

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

Shades of Raw Umber #67501B

Tints of Raw Umber #67501B

RGB

 RED value IS 103 (40.63% from 255) = 49.05%

 GREEN value IS 80 (31.64% from 255) = 38.1%

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 49.05%
G = 38.1%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67501B (or 0x67501B) is known color: Raw Umber. HEX triplet: 67, 50 and 1B. RGB value is (103,80,27). Sum of RGB (Red+Green+Blue) = 103+80+27=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #67501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67501B is #98AFE4. Grayscale: #515151. Windows color (decimal): -10006501 or 1790055. OLE color: 1790055.

HSL color Cylindrical-coordinate representation of color #67501B: hue angle of 41.84º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67501B is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 27 -
CMYK 0 0.22 0.74 0.60
HSL 41.84º 0.58% 0.25% -
HSV(B) 41.84º 0.74% 0.4% -
XYZ 8.66 8.7 2.26 -
YUV 80.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 103 80 27 0 0.22 0.74 0.60 41.84 0.58 0.25
Hex 67 50 1B 0 16 4A 3C 2A 3A 19
Octal 147 120 33 0 26 112 74 52 72 31
Binary 1100111 1010000 11011 0 10110 1001010 111100 101010 111010 11001

Color Harmonies of #67501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67501B

Black with #67501B

Text Example


Text Example

White with #67501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67501B; }

 p { color: rgb(103,80,27); }

 H1.HeaderClassName
 {
   color: #67501B;
 }
 .AnyTagClassName
 {
   color: #67501B;
 }
</style>

background-color css

<style>
 a { background-color: #67501B; }

 a { background-color: rgb(103,80,27); }

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

border-color css

<style>
 span { border-color: #67501B; }

 span { border-color: rgb(103,80,27); }

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