Html Css Color HEX #614B02 Raw Umber

📋 copy color: '#614B02'

red 97 ◦ green 75 ◦ blue 2

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

Shades of Raw Umber #614B02

Tints of Raw Umber #614B02

RGB

 RED value IS 97 (38.28% from 255) = 55.75%

 GREEN value IS 75 (29.69% from 255) = 43.1%

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

R = 55.75%
G = 43.1%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#614B02 (or 0x614B02) is known color: Raw Umber. HEX triplet: 61, 4B and 02. RGB value is (97,75,2). Sum of RGB (Red+Green+Blue) = 97+75+2=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #614B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B02 is #9EB4FD. Grayscale: #494949. Windows color (decimal): -10401022 or 150369. OLE color: 150369.

HSL color Cylindrical-coordinate representation of color #614B02: hue angle of 46.11º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #614B02 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 75 2 -
CMYK 0 0.23 0.98 0.62
HSL 46.11º 0.96% 0.19% -
HSV(B) 46.11º 0.98% 0.38% -
XYZ 7.46 7.58 1.13 -
YUV 73.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 97 75 2 0 0.23 0.98 0.62 46.11 0.96 0.19
Hex 61 4B 2 0 17 62 3E 2E 60 13
Octal 141 113 2 0 27 142 76 56 140 23
Binary 1100001 1001011 10 0 10111 1100010 111110 101110 1100000 10011

Color Harmonies of #614B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B02

Black with #614B02

Text Example


Text Example

White with #614B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614B02; }

 p { color: rgb(97,75,2); }

 H1.HeaderClassName
 {
   color: #614B02;
 }
 .AnyTagClassName
 {
   color: #614B02;
 }
</style>

background-color css

<style>
 a { background-color: #614B02; }

 a { background-color: rgb(97,75,2); }

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

border-color css

<style>
 span { border-color: #614B02; }

 span { border-color: rgb(97,75,2); }

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