Html Css Color HEX #675A01 Raw Umber

📋 copy color: '#675A01'

red 103 ◦ green 90 ◦ blue 1

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

Shades of Raw Umber #675A01

Tints of Raw Umber #675A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.39%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 53.09%
G = 46.39%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#675A01 (or 0x675A01) is known color: Raw Umber. HEX triplet: 67, 5A and 01. RGB value is (103,90,1). Sum of RGB (Red+Green+Blue) = 103+90+1=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #675A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A01 is #98A5FE. Grayscale: #545454. Windows color (decimal): -10003967 or 88679. OLE color: 88679.

HSL color Cylindrical-coordinate representation of color #675A01: hue angle of 52.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #675A01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 90 1 -
CMYK 0 0.13 0.99 0.60
HSL 52.35º 0.98% 0.2% -
HSV(B) 52.35º 0.99% 0.4% -
XYZ 9.26 10.2 1.51 -
YUV 83.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 103 90 1 0 0.13 0.99 0.60 52.35 0.98 0.2
Hex 67 5A 1 0 D 63 3C 34 62 14
Octal 147 132 1 0 15 143 74 64 142 24
Binary 1100111 1011010 1 0 1101 1100011 111100 110100 1100010 10100

Color Harmonies of #675A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A01

Black with #675A01

Text Example


Text Example

White with #675A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675A01; }

 p { color: rgb(103,90,1); }

 H1.HeaderClassName
 {
   color: #675A01;
 }
 .AnyTagClassName
 {
   color: #675A01;
 }
</style>

background-color css

<style>
 a { background-color: #675A01; }

 a { background-color: rgb(103,90,1); }

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

border-color css

<style>
 span { border-color: #675A01; }

 span { border-color: rgb(103,90,1); }

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