Html Css Color HEX #671E20 Pohutukawa

📋 copy color: '#671E20'

red 103 ◦ green 30 ◦ blue 32

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

Shades of Pohutukawa #671E20

Tints of Pohutukawa #671E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 62.42%
G = 18.18%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#671E20 (or 0x671E20) is known color: Pohutukawa. HEX triplet: 67, 1E and 20. RGB value is (103,30,32). Sum of RGB (Red+Green+Blue) = 103+30+32=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #671E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E20 is #98E1DF. Grayscale: #343434. Windows color (decimal): -10019296 or 2104935. OLE color: 2104935.

HSL color Cylindrical-coordinate representation of color #671E20: hue angle of 358.36º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E20 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 30 32 -
CMYK 0 0.71 0.69 0.60
HSL 358.36º 0.55% 0.26% -
HSV(B) 358.36º 0.71% 0.4% -
XYZ 6.32 3.92 1.79 -
YUV 52.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 103 30 32 0 0.71 0.69 0.60 358.36 0.55 0.26
Hex 67 1E 20 0 47 45 3C 166 37 1A
Octal 147 36 40 0 107 105 74 546 67 32
Binary 1100111 11110 100000 0 1000111 1000101 111100 101100110 110111 11010

Color Harmonies of #671E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671E20

Black with #671E20

Text Example


Text Example

White with #671E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671E20; }

 p { color: rgb(103,30,32); }

 H1.HeaderClassName
 {
   color: #671E20;
 }
 .AnyTagClassName
 {
   color: #671E20;
 }
</style>

background-color css

<style>
 a { background-color: #671E20; }

 a { background-color: rgb(103,30,32); }

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

border-color css

<style>
 span { border-color: #671E20; }

 span { border-color: rgb(103,30,32); }

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