Html Css Color HEX #670607 Pohutukawa

📋 copy color: '#670607'

red 103 ◦ green 6 ◦ blue 7

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

Shades of Pohutukawa #670607

Tints of Pohutukawa #670607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.03%

R = 88.79%
G = 5.17%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#670607 (or 0x670607) is known color: Pohutukawa. HEX triplet: 67, 06 and 07. RGB value is (103,6,7). Sum of RGB (Red+Green+Blue) = 103+6+7=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670607 is #98F9F8. Grayscale: #232323. Windows color (decimal): -10025465 or 460391. OLE color: 460391.

HSL color Cylindrical-coordinate representation of color #670607: hue angle of 359.38º 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 #670607 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 6 7 -
CMYK 0 0.94 0.93 0.60
HSL 359.38º 0.89% 0.21% -
HSV(B) 359.38º 0.94% 0.4% -
XYZ 5.7 3.03 0.49 -
YUV 35.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 103 6 7 0 0.94 0.93 0.60 359.38 0.89 0.21
Hex 67 6 7 0 5E 5D 3C 167 59 15
Octal 147 6 7 0 136 135 74 547 131 25
Binary 1100111 110 111 0 1011110 1011101 111100 101100111 1011001 10101

Color Harmonies of #670607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670607

Black with #670607

Text Example


Text Example

White with #670607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670607; }

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

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

background-color css

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

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

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

border-color css

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

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

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