Html Css Color HEX #670614 Pohutukawa

📋 copy color: '#670614'

red 103 ◦ green 6 ◦ blue 20

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

Shades of Pohutukawa #670614

Tints of Pohutukawa #670614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 79.84%
G = 4.65%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#670614 (or 0x670614) is known color: Pohutukawa. HEX triplet: 67, 06 and 14. RGB value is (103,6,20). Sum of RGB (Red+Green+Blue) = 103+6+20=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #670614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670614 is #98F9EB. Grayscale: #242424. Windows color (decimal): -10025452 or 1312359. OLE color: 1312359.

HSL color Cylindrical-coordinate representation of color #670614: hue angle of 351.34º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670614 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 6 20 -
CMYK 0 0.94 0.81 0.60
HSL 351.34º 0.89% 0.21% -
HSV(B) 351.34º 0.94% 0.4% -
XYZ 5.78 3.06 0.95 -
YUV 36.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 103 6 20 0 0.94 0.81 0.60 351.34 0.89 0.21
Hex 67 6 14 0 5E 51 3C 15F 59 15
Octal 147 6 24 0 136 121 74 537 131 25
Binary 1100111 110 10100 0 1011110 1010001 111100 101011111 1011001 10101

Color Harmonies of #670614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670614

Black with #670614

Text Example


Text Example

White with #670614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670614; }

 p { color: rgb(103,6,20); }

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

background-color css

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

 a { background-color: rgb(103,6,20); }

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

border-color css

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

 span { border-color: rgb(103,6,20); }

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