Html Css Color HEX #67061C Pohutukawa

📋 copy color: '#67061C'

red 103 ◦ green 6 ◦ blue 28

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

Shades of Pohutukawa #67061C

Tints of Pohutukawa #67061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 75.18%
G = 4.38%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#67061C (or 0x67061C) is known color: Pohutukawa. HEX triplet: 67, 06 and 1C. RGB value is (103,6,28). Sum of RGB (Red+Green+Blue) = 103+6+28=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #67061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67061C is #98F9E3. Grayscale: #252525. Windows color (decimal): -10025444 or 1836647. OLE color: 1836647.

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

Color convert

RGB 103 6 28 -
CMYK 0 0.94 0.73 0.60
HSL 346.39º 0.89% 0.21% -
HSV(B) 346.39º 0.94% 0.4% -
XYZ 5.87 3.1 1.39 -
YUV 37.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 103 6 28 0 0.94 0.73 0.60 346.39 0.89 0.21
Hex 67 6 1C 0 5E 49 3C 15A 59 15
Octal 147 6 34 0 136 111 74 532 131 25
Binary 1100111 110 11100 0 1011110 1001001 111100 101011010 1011001 10101

Color Harmonies of #67061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67061C

Black with #67061C

Text Example


Text Example

White with #67061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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