Html Css Color HEX #67070C Pohutukawa

📋 copy color: '#67070C'

red 103 ◦ green 7 ◦ blue 12

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

Shades of Pohutukawa #67070C

Tints of Pohutukawa #67070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

 BLUE value IS 12 (5.08% from 255) = 9.84%

R = 84.43%
G = 5.74%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#67070C (or 0x67070C) is known color: Pohutukawa. HEX triplet: 67, 07 and 0C. RGB value is (103,7,12). Sum of RGB (Red+Green+Blue) = 103+7+12=122 (16% of max value = 765). Red value is 103 (40.62% from 255 or 84.43% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 103 - color contains mainly: red. Hex color #67070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67070C is #98F8F3. Grayscale: #242424. Windows color (decimal): -10025204 or 788327. OLE color: 788327.

HSL color Cylindrical-coordinate representation of color #67070C: hue angle of 356.88º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67070C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 7 12 -
CMYK 0 0.93 0.88 0.60
HSL 356.88º 0.87% 0.22% -
HSV(B) 356.88º 0.93% 0.4% -
XYZ 5.74 3.06 0.64 -
YUV 36.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 103 7 12 0 0.93 0.88 0.60 356.88 0.87 0.22
Hex 67 7 C 0 5D 58 3C 165 57 16
Octal 147 7 14 0 135 130 74 545 127 26
Binary 1100111 111 1100 0 1011101 1011000 111100 101100101 1010111 10110

Color Harmonies of #67070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67070C

Black with #67070C

Text Example


Text Example

White with #67070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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