Html Css Color HEX #C67E30 Geebung

📋 copy color: '#C67E30'

red 198 ◦ green 126 ◦ blue 48

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

Shades of Geebung #C67E30

Tints of Geebung #C67E30

RGB

 RED value IS 198 (77.73% from 255) = 53.23%

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 53.23%
G = 33.87%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C67E30 (or 0xC67E30) is known color: Geebung. HEX triplet: C6, 7E and 30. RGB value is (198,126,48). Sum of RGB (Red+Green+Blue) = 198+126+48=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E30 is #3981CF. Grayscale: #8B8B8B. Windows color (decimal): -3768784 or 3178182. OLE color: 3178182.

HSL color Cylindrical-coordinate representation of color #C67E30: hue angle of 31.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C67E30 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 48 -
CMYK 0 0.36 0.76 0.22
HSL 31.2º 0.61% 0.48% -
HSV(B) 31.2º 0.76% 0.78% -
XYZ 31.28 27.14 6.39 -
YUV 138.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 198 126 48 0 0.36 0.76 0.22 31.2 0.61 0.48
Hex C6 7E 30 0 24 4C 16 1F 3D 30
Octal 306 176 60 0 44 114 26 37 75 60
Binary 11000110 1111110 110000 0 100100 1001100 10110 11111 111101 110000

Color Harmonies of #C67E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E30

Black with #C67E30

Text Example


Text Example

White with #C67E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E30; }

 p { color: rgb(198,126,48); }

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

background-color css

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

 a { background-color: rgb(198,126,48); }

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

border-color css

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

 span { border-color: rgb(198,126,48); }

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