Html Css Color HEX #67500A Raw Umber

📋 copy color: '#67500A'

red 103 ◦ green 80 ◦ blue 10

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

Shades of Raw Umber #67500A

Tints of Raw Umber #67500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.18%

R = 53.37%
G = 41.45%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#67500A (or 0x67500A) is known color: Raw Umber. HEX triplet: 67, 50 and 0A. RGB value is (103,80,10). Sum of RGB (Red+Green+Blue) = 103+80+10=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #67500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67500A is #98AFF5. Grayscale: #4F4F4F. Windows color (decimal): -10006518 or 675943. OLE color: 675943.

HSL color Cylindrical-coordinate representation of color #67500A: hue angle of 45.16º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67500A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 10 -
CMYK 0 0.22 0.90 0.60
HSL 45.16º 0.82% 0.22% -
HSV(B) 45.16º 0.9% 0.4% -
XYZ 8.52 8.64 1.51 -
YUV 78.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 103 80 10 0 0.22 0.90 0.60 45.16 0.82 0.22
Hex 67 50 A 0 16 5A 3C 2D 52 16
Octal 147 120 12 0 26 132 74 55 122 26
Binary 1100111 1010000 1010 0 10110 1011010 111100 101101 1010010 10110

Color Harmonies of #67500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67500A

Black with #67500A

Text Example


Text Example

White with #67500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67500A; }

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

 H1.HeaderClassName
 {
   color: #67500A;
 }
 .AnyTagClassName
 {
   color: #67500A;
 }
</style>

background-color css

<style>
 a { background-color: #67500A; }

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

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

border-color css

<style>
 span { border-color: #67500A; }

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

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